home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
updates
/
update36.zoo
/
libg++
/
include
/
complex.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-27
|
122 b
|
7 lines
#ifndef _complex_h
#define _complex_h
#define __ATT_complex__
#include <xcomplex.h>
typedef class Complex complex;
#endif